projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8198d4b
)
Unbreak the macOS NS build
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 19 Jan 2019 11:32:59 +0000
(13:32 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 19 Jan 2019 11:32:59 +0000
(13:32 +0200)
* src/xdisp.c (expose_window_tree): Declare and define 'f' on
NS as well. Reported by Herbert J. Skuhra <herbert@gojira.at>.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 867e5db69b558230df2f33f2ee8ba887b9a6dad7..ec8dd8623024cd6931424fdf423df4266ff7a166 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-32405,9
+32405,7
@@
expose_window (struct window *w, XRectangle *fr)
static bool
expose_window_tree (struct window *w, XRectangle *r)
{
-#ifndef HAVE_NS
struct frame *f = XFRAME (w->frame);
-#endif
bool mouse_face_overwritten_p = false;
while (w && !FRAME_GARBAGED_P (f))